docs: update translated document pages#2656
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dc897424fd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| | `prompt_cache_retention` | たとえば `"24h"` で、キャッシュ済みプロンプト接頭辞をより長く保持します。 | | ||
| | `response_include` | `web_search_call.action.sources`、`file_search_call.results`、`reasoning.encrypted_content` など、より豊富なレスポンスペイロードを要求します。 | | ||
| | `top_logprobs` | 出力テキストの top-token logprobs を要求します。SDK は `message.output_text.logprobs` も自動追加します。 | | ||
| | `retry` | モデル呼び出しで Runner 管理の再試行設定を有効化します。[Runner 管理再試行](#runner-managed-retries) を参照してください。 | |
There was a problem hiding this comment.
Add explicit anchor for runner-managed retries link
This new link points to #runner-managed-retries, but the section heading introduced below is localized (#### Runner 管理再試行) and does not define an explicit {#runner-managed-retries} id, so the generated anchor will differ and the link will not resolve for readers. This also breaks the newly added cross-page references in the localized running_agents.md files that target models/index.md#runner-managed-retries; please either add an explicit anchor on the heading or update links to the actual generated slug.
Useful? React with 👍 / 👎.
Automated update of translated documentation.
Triggered by commit: 8ccdea780ef8b5e014ae42f65b6838a5e40a8e2c.
Message:
docs: add retry settings (#2655)